Hệ thống quản lý nguồn nhân lực Dự án năm cuối trong c#

1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class Frm_News
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.btnRemove = New System.Windows.Forms.Button()
26         Me.Label1 = New System.Windows.Forms.Label()
27         Me.txtDesc = New System.Windows.Forms.TextBox()
28         Me.Label12 = New System.Windows.Forms.Label()
29         Me.txtTitle = New System.Windows.Forms.TextBox()
30         Me.btnAdd = New System.Windows.Forms.Button()
31         Me.Label3 = New System.Windows.Forms.Label()
32         Me.Panel1 = New System.Windows.Forms.Panel()
33         Me.btnCancel = New System.Windows.Forms.Button()
34         Me.btnOk = New System.Windows.Forms.Button()
35         Me.btnApply = New System.Windows.Forms.Button()
36         Me.btnEdit = New System.Windows.Forms.Button()
37         Me.dgvNews = New System.Windows.Forms.DataGridView()
38         Me.NewsID = New System.Windows.Forms.DataGridViewTextBoxColumn()
39         Me.NewsTitle = New System.Windows.Forms.DataGridViewTextBoxColumn()
40         Me.NewsDesc = New System.Windows.Forms.DataGridViewTextBoxColumn()
41         Me.FromDB = New System.Windows.Forms.DataGridViewCheckBoxColumn()
42         Me.Panel2 = New System.Windows.Forms.Panel()
43         Me.txtID = New System.Windows.Forms.TextBox()
44         Me.Label5 = New System.Windows.Forms.Label()
45         CType(Me.dgvNews, System.ComponentModel.ISupportInitialize).BeginInit()
46         Me.Panel2.SuspendLayout()
47         Me.SuspendLayout()
48         
'
49         
'btnRemove
50         
'
51         Me.btnRemove.BackColor = System.Drawing.Color.SteelBlue
52         Me.btnRemove.Cursor = System.Windows.Forms.Cursors.Hand
53         Me.btnRemove.FlatStyle = System.Windows.Forms.FlatStyle.Flat
54         Me.btnRemove.ForeColor = System.Drawing.Color.White
55         Me.btnRemove.Location = New System.Drawing.Point(
287, 123)
56         Me.btnRemove.Name =
"btnRemove"
57         Me.btnRemove.Size = New System.Drawing.Size(
117, 34)
58         Me.btnRemove.TabIndex =
101
59         Me.btnRemove.Text =
"Remove"
60         Me.btnRemove.UseVisualStyleBackColor = False
61         
'
62         
'Label1
63         
'
64         Me.Label1.AutoSize = True
65         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
66         Me.Label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight
67         Me.Label1.Location = New System.Drawing.Point(
157, 6)
68         Me.Label1.Name =
"Label1"
69         Me.Label1.Size = New System.Drawing.Size(
79, 29)
70         Me.Label1.TabIndex =
8
71         Me.Label1.Text =
"News"
72         
'
73         
'txtDesc
74         
'
75         Me.txtDesc.Location = New System.Drawing.Point(
114, 119)
76         Me.txtDesc.Multiline = True
77         Me.txtDesc.Name =
"txtDesc"
78         Me.txtDesc.Size = New System.Drawing.Size(
154, 70)
79         Me.txtDesc.TabIndex =
96
80         
'
81         
'Label12
82         
'
83         Me.Label12.AutoSize = True
84         Me.Label12.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
85         Me.Label12.ForeColor = System.Drawing.Color.SteelBlue
86         Me.Label12.Location = New System.Drawing.Point(
20, 119)
87         Me.Label12.Name =
"Label12"
88         Me.Label12.Size = New System.Drawing.Size(
87, 16)
89         Me.Label12.TabIndex =
111
90         Me.Label12.Text =
"Description"
91         
'
92         
'txtTitle
93         
'
94         Me.txtTitle.Location = New System.Drawing.Point(
114, 84)
95         Me.txtTitle.Name =
"txtTitle"
96         Me.txtTitle.Size = New System.Drawing.Size(
154, 20)
97         Me.txtTitle.TabIndex =
95
98         
'
99         
'btnAdd
100         
'
101         Me.btnAdd.BackColor = System.Drawing.Color.SteelBlue
102         Me.btnAdd.Cursor = System.Windows.Forms.Cursors.Hand
103         Me.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat
104         Me.btnAdd.ForeColor = System.Drawing.Color.White
105         Me.btnAdd.Location = New System.Drawing.Point(
287, 49)
106         Me.btnAdd.Name =
"btnAdd"
107         Me.btnAdd.Size = New System.Drawing.Size(
117, 34)
108         Me.btnAdd.TabIndex =
99
109         Me.btnAdd.Text =
"Add"
110         Me.btnAdd.UseVisualStyleBackColor = False
111         
'
112         
'Label3
113         
'
114         Me.Label3.AutoSize = True
115         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
116         Me.Label3.ForeColor = System.Drawing.Color.SteelBlue
117         Me.Label3.Location = New System.Drawing.Point(
20, 85)
118         Me.Label3.Name =
"Label3"
119         Me.Label3.Size = New System.Drawing.Size(
39, 16)
120         Me.Label3.TabIndex =
108
121         Me.Label3.Text =
"Title"
122         
'
123         
'Panel1
124         
'
125         Me.Panel1.BackColor = System.Drawing.Color.SteelBlue
126         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
127         Me.Panel1.Location = New System.Drawing.Point(-
1, 369)
128         Me.Panel1.Name =
"Panel1"
129         Me.Panel1.Size = New System.Drawing.Size(
417, 21)
130         Me.Panel1.TabIndex =
107
131         
'
132         
'btnCancel
133         
'
134         Me.btnCancel.BackColor = System.Drawing.Color.SteelBlue
135         Me.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand
136         Me.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
137         Me.btnCancel.ForeColor = System.Drawing.Color.White
138         Me.btnCancel.Location = New System.Drawing.Point(
287, 234)
139         Me.btnCancel.Name =
"btnCancel"
140         Me.btnCancel.Size = New System.Drawing.Size(
117, 34)
141         Me.btnCancel.TabIndex =
104
142         Me.btnCancel.Text =
"Cancel"
143         Me.btnCancel.UseVisualStyleBackColor = False
144         
'
145         
'btnOk
146         
'
147         Me.btnOk.BackColor = System.Drawing.Color.SteelBlue
148         Me.btnOk.Cursor = System.Windows.Forms.Cursors.Hand
149         Me.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat
150         Me.btnOk.ForeColor = System.Drawing.Color.White
151         Me.btnOk.Location = New System.Drawing.Point(
287, 197)
152         Me.btnOk.Name =
"btnOk"
153         Me.btnOk.Size = New System.Drawing.Size(
117, 34)
154         Me.btnOk.TabIndex =
103
155         Me.btnOk.Text =
"Ok"
156         Me.btnOk.UseVisualStyleBackColor = False
157         
'
158         
'btnApply
159         
'
160         Me.btnApply.BackColor = System.Drawing.Color.SteelBlue
161         Me.btnApply.Cursor = System.Windows.Forms.Cursors.Hand
162         Me.btnApply.FlatStyle = System.Windows.Forms.FlatStyle.Flat
163         Me.btnApply.ForeColor = System.Drawing.Color.White
164         Me.btnApply.Location = New System.Drawing.Point(
287, 160)
165         Me.btnApply.Name =
"btnApply"
166         Me.btnApply.Size = New System.Drawing.Size(
117, 34)
167         Me.btnApply.TabIndex =
102
168         Me.btnApply.Text =
"Apply"
169         Me.btnApply.UseVisualStyleBackColor = False
170         
'
171         
'btnEdit
172         
'
173         Me.btnEdit.BackColor = System.Drawing.Color.SteelBlue
174         Me.btnEdit.Cursor = System.Windows.Forms.Cursors.Hand
175         Me.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat
176         Me.btnEdit.ForeColor = System.Drawing.Color.White
177         Me.btnEdit.Location = New System.Drawing.Point(
287, 86)
178         Me.btnEdit.Name =
"btnEdit"
179         Me.btnEdit.Size = New System.Drawing.Size(
117, 34)
180         Me.btnEdit.TabIndex =
100
181         Me.btnEdit.Text =
"Edit"
182         Me.btnEdit.UseVisualStyleBackColor = False
183         
'
184         
'dgvNews
185         
'
186         Me.dgvNews.AllowUserToAddRows = False
187         Me.dgvNews.AllowUserToDeleteRows = False
188         Me.dgvNews.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight
189         Me.dgvNews.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
190         Me.dgvNews.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.NewsID, Me.NewsTitle, Me.NewsDesc, Me.FromDB})
191         Me.dgvNews.Location = New System.Drawing.Point(
21, 202)
192         Me.dgvNews.MultiSelect = False
193         Me.dgvNews.Name =
"dgvNews"
194         Me.dgvNews.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
195         Me.dgvNews.Size = New System.Drawing.Size(
247, 150)
196         Me.dgvNews.TabIndex =
105
197         
'
198         
'NewsID
199         
'
200         Me.NewsID.HeaderText =
"News ID"
201         Me.NewsID.Name =
"NewsID"
202         Me.NewsID.Visible = False
203         
'
204         
'NewsTitle
205         
'
206         Me.NewsTitle.HeaderText =
"News Title"
207         Me.NewsTitle.Name =
"NewsTitle"
208         
'
209         
'NewsDesc
210         
'
211         Me.NewsDesc.HeaderText =
"News Description"
212         Me.NewsDesc.Name =
"NewsDesc"
213         
'
214         
'FromDB
215         
'
216         Me.FromDB.HeaderText =
"FromDB"
217         Me.FromDB.Name =
"FromDB"
218         Me.FromDB.Visible = False
219         
'
220         
'Panel2
221         
'
222         Me.Panel2.BackColor = System.Drawing.Color.SteelBlue
223         Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
224         Me.Panel2.Controls.Add(Me.Label1)
225         Me.Panel2.Location = New System.Drawing.Point(-
1, -1)
226         Me.Panel2.Name =
"Panel2"
227         Me.Panel2.Size = New System.Drawing.Size(
417, 39)
228         Me.Panel2.TabIndex =
106
229         
'
230         
'txtID
231         
'
232         Me.txtID.Enabled = False
233         Me.txtID.Location = New System.Drawing.Point(
114, 53)
234         Me.txtID.Name =
"txtID"
235         Me.txtID.Size = New System.Drawing.Size(
154, 20)
236         Me.txtID.TabIndex =
112
237         
'
238         
'Label5
239         
'
240         Me.Label5.AutoSize = True
241         Me.Label5.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
242         Me.Label5.ForeColor = System.Drawing.Color.SteelBlue
243         Me.Label5.Location = New System.Drawing.Point(
22, 54)
244         Me.Label5.Name =
"Label5"
245         Me.Label5.Size = New System.Drawing.Size(
65, 16)
246         Me.Label5.TabIndex =
113
247         Me.Label5.Text =
"News ID"
248         
'
249         
'Frm_News
250         
'
251         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
252         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
253         Me.BackColor = System.Drawing.SystemColors.ButtonHighlight
254         Me.ClientSize = New System.Drawing.Size(
416, 390)
255         Me.Controls.Add(Me.txtID)
256         Me.Controls.Add(Me.Label5)
257         Me.Controls.Add(Me.btnRemove)
258         Me.Controls.Add(Me.txtDesc)
259         Me.Controls.Add(Me.Label12)
260         Me.Controls.Add(Me.txtTitle)
261         Me.Controls.Add(Me.btnAdd)
262         Me.Controls.Add(Me.Label3)
263         Me.Controls.Add(Me.Panel1)
264         Me.Controls.Add(Me.btnCancel)
265         Me.Controls.Add(Me.btnOk)
266         Me.Controls.Add(Me.btnApply)
267         Me.Controls.Add(Me.btnEdit)
268         Me.Controls.Add(Me.dgvNews)
269         Me.Controls.Add(Me.Panel2)
270         Me.MaximizeBox = False
271         Me.Name =
"Frm_News"
272         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
273         Me.Text =
"News"
274         CType(Me.dgvNews, System.ComponentModel.ISupportInitialize).EndInit()
275         Me.Panel2.ResumeLayout(False)
276         Me.Panel2.PerformLayout()
277         Me.ResumeLayout(False)
278         Me.PerformLayout()
279
280     End Sub
281     Friend WithEvents btnRemove As System.Windows.Forms.Button
282     Friend WithEvents Label1 As System.Windows.Forms.Label
283     Friend WithEvents txtDesc As System.Windows.Forms.TextBox
284     Friend WithEvents Label12 As System.Windows.Forms.Label
285     Friend WithEvents txtTitle As System.Windows.Forms.TextBox
286     Friend WithEvents btnAdd As System.Windows.Forms.Button
287     Friend WithEvents Label3 As System.Windows.Forms.Label
288     Friend WithEvents Panel1 As System.Windows.Forms.Panel
289     Friend WithEvents btnCancel As System.Windows.Forms.Button
290     Friend WithEvents btnOk As System.Windows.Forms.Button
291     Friend WithEvents btnApply As System.Windows.Forms.Button
292     Friend WithEvents btnEdit As System.Windows.Forms.Button
293     Friend WithEvents dgvNews As System.Windows.Forms.DataGridView
294     Friend WithEvents Panel2 As System.Windows.Forms.Panel
295     Friend WithEvents NewsID As System.Windows.Forms.DataGridViewTextBoxColumn
296     Friend WithEvents NewsTitle As System.Windows.Forms.DataGridViewTextBoxColumn
297     Friend WithEvents NewsDesc As System.Windows.Forms.DataGridViewTextBoxColumn
298     Friend WithEvents FromDB As System.Windows.Forms.DataGridViewCheckBoxColumn
299     Friend WithEvents txtID As System.Windows.Forms.TextBox
300     Friend WithEvents Label5 As System.Windows.Forms.Label
301 End Class


Gõ tìm kiếm nhanh...